home *** CD-ROM | disk | FTP | other *** search
- VERSION 1 // *********************************************
- // * Carma2 front-end interface file *
- // * *
- // * Specifies location and content of *
- // * interface screen elements *
- // * *
- // *********************************************
-
- Change Car Menu // Screen Title
-
- 4 // number of elements/items on screen
- 0 // number of groups
- mainback // underlay modelname
-
- // Spec. for each item
- Prev
- 50, 60, // xpos, ypos
- 128, 32, // width, height
- 19, 20 // normal font, hilight font
- none
- 0
- 0
- 0
-
- Next,
- 200, 60,
- 128, 32,
- 19, 20
- none
- 0
- 0
- 0
-
- CANCEL
- 400, 440,
- 128, 32,
- 17, 18
- none
- 0
- 0
- 0
-
- OK
- 30, 440,
- 128, 32,
- 17, 18
- none
- 0
- 0
- 0
-
- //Scrolling list specs
- 0 // # of scrollers
-
- //Radio Button specs
- 0 // # of radio button groups
-
-
-
-
-
-
-
-
-